home *** CD-ROM | disk | FTP | other *** search
- %!
- %%VMusage: 0 0
- %%VMlocation: global
- %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% %%
- %% ColorRendering: procedures used by findcolorrendering %%
- %% %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- /ColorRendering <<
-
- /GetPageDeviceName {
- currentpagedevice /PageDeviceName 2 copy known {
- get dup null ne {
- dup type /stringtype eq {cvn} if
- } {
- pop /none
- } ifelse
- } {
- pop pop /none
- } ifelse
- } bind
-
- /GetHalftoneName {
- currenthalftone /HalftoneName 2 copy known {
- get dup null ne {
- dup type /stringtype eq {cvn} if
- } {
- pop /none
- } ifelse
- } {
- pop pop /none
- } ifelse
- } bind
-
- /GetSubstituteCRD {
- pop /DefaultColorRendering
- } bind
-
- >> /ProcSet defineresource
-
-